From 6065cf049af126ead7a1e1a6a3cf8fcaf4527874 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 20 Jan 2007 14:37:08 +0000 Subject: [PATCH] (Flymake mode): find-file-hook instead of ...-hooks. --- man/flymake.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/flymake.texi b/man/flymake.texi index 3861fe70812..4ad1d822397 100644 --- a/man/flymake.texi +++ b/man/flymake.texi @@ -155,7 +155,7 @@ file for which syntax check is possible. To do so, place the following line in @code{.emacs}: @lisp -(add-hook 'find-file-hooks 'flymake-find-file-hook) +(add-hook 'find-file-hook 'flymake-find-file-hook) @end lisp @node Running the syntax check -- 2.30.2